home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / oyun / Arcade.EXE / invader.swf / scripts / DefineSprite_79 / frame_2 / DoAction.as
Encoding:
Text File  |  2003-11-29  |  91 b   |  4 lines

  1. ufoScore = int(Math.random() * 6) * 50 + 50;
  2. _root.score += ufoScore;
  3. _root.setScore();
  4.